ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / ToArray Method

In This Topic
    ToArray Method (ItemCollection<T>)
    In This Topic
    Copies the elements of the ItemCollection<T> to a new array.
    Syntax
    'Declaration
     
    Public Function ToArray() As T()
    public T[] ToArray()

    Return Value

    An array of T objects containing copies of the elements in the ItemCollection<T>.
    See Also